summary.BayesMfp
returns a list with S3 class
summary.BayesMfp
, where the arguments “call”,
“numVisited”, “termNames”,
“shiftScaleMax”, “inclusionProbs”, “chainlength”
(only for model sampling results) are copied from the attributes of
the BayesMfp
object, please see its help page for
details.
The other elements are:
- dataframe
the model overview as data.frame (only if
table=TRUE
was specified)
- localInclusionProbs
local variable inclusion probability
estimates
- nModels
number of models contained in object
If there are multiple models in object
, the list element
postProbs
contains the exact (for exhaustively explored model
spaces) or estimated (if model sampling has been done) posterior model
probabilities.
If object
contains only one FP model, then this one is
summarized in more detail:
- level
used credible level for coefficients HPD intervals
- shrinkage
used shrinkage factor
- summaryMat
matrix with posterior summaries of the single
coefficients: “mode” gives the posterior mode,
“HPDlower” and “HPDupper” give the boundaries of the HPD
intervals with specified credible level
- sigma2Sum
posterior summary for the regression variance: again
mode, and lower and upper HPD bounds are given in a rowvector.